home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TFREQCFGFORM / TFREQCFGFORM.txt
Text File  |  1997-07-16  |  4KB  |  190 lines

  1. object FreqCfgForm: TFreqCfgForm
  2.   Left = 189
  3.   Top = 94
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Request Configuration'
  6.   ClientHeight = 358
  7.   ClientWidth = 429
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 180
  23.     Top = 320
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.   end
  31.   object bCancel: TButton
  32.     Left = 260
  33.     Top = 320
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.   end
  41.   object bHelp: TButton
  42.     Left = 340
  43.     Top = 320
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Help'
  47.     TabOrder = 3
  48.     OnClick = bHelpClick
  49.   end
  50.   object PageControl1: TPageControl
  51.     Left = 0
  52.     Top = 0
  53.     Width = 429
  54.     Height = 309
  55.     ActivePage = pGeneral
  56.     Align = alTop
  57.     TabOrder = 0
  58.     object pGeneral: TTabSheet
  59.       Caption = 'General'
  60.       object llSRIF: TLabel
  61.         Left = 8
  62.         Top = 8
  63.         Width = 269
  64.         Height = 13
  65.         Caption = 'Standard Request Information File - External Procecessor'
  66.       end
  67.       object llGrid: TLabel
  68.         Left = 8
  69.         Top = 56
  70.         Width = 103
  71.         Height = 13
  72.         Caption = 'Requested directories'
  73.         FocusControl = gDirs
  74.       end
  75.       object gDirs: TAdvGrid
  76.         Left = 8
  77.         Top = 72
  78.         Width = 405
  79.         Height = 169
  80.         FixedFont.Charset = DEFAULT_CHARSET
  81.         FixedFont.Color = clWindowText
  82.         FixedFont.Height = -11
  83.         FixedFont.Name = 'MS Sans Serif'
  84.         FixedFont.Style = []
  85.         ColCount = 3
  86.         DefaultRowHeight = 17
  87.         RowCount = 2
  88.         Font.Charset = DEFAULT_CHARSET
  89.         Font.Color = clBlack
  90.         Font.Height = -12
  91.         Font.Name = 'Fixedsys'
  92.         Font.Style = []
  93.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  94.         ParentFont = False
  95.         PopupMenu = gDirs.
  96.         TabOrder = 2
  97.         ColWidths = (
  98.           31
  99.           249
  100.           102)
  101.       end
  102.       object cbRecursive: TCheckBox
  103.         Left = 152
  104.         Top = 252
  105.         Width = 129
  106.         Height = 17
  107.         Caption = 'Recursive paths'
  108.         TabOrder = 4
  109.       end
  110.       object cbMasks: TCheckBox
  111.         Left = 288
  112.         Top = 252
  113.         Width = 129
  114.         Height = 17
  115.         Caption = 'Allow masks'
  116.         TabOrder = 5
  117.       end
  118.       object cbDisable: TCheckBox
  119.         Left = 16
  120.         Top = 252
  121.         Width = 135
  122.         Height = 17
  123.         Caption = 'Disable all requests'
  124.         TabOrder = 3
  125.       end
  126.       object cbSRIF: TCheckBox
  127.         Left = 312
  128.         Top = 24
  129.         Width = 105
  130.         Height = 17
  131.         Caption = 'Use SRIF'
  132.         TabOrder = 1
  133.         OnClick = cbSRIFClick
  134.       end
  135.       object lSRIF: TEdit
  136.         Left = 8
  137.         Top = 24
  138.         Width = 297
  139.         Height = 23
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clBlack
  142.         Font.Height = -12
  143.         Font.Name = 'Fixedsys'
  144.         Font.Style = []
  145.         ParentFont = False
  146.         TabOrder = 0
  147.       end
  148.     end
  149.     object Aliases: TTabSheet
  150.       Caption = 'Aliases'
  151.       object llAls: TLabel
  152.         Left = 8
  153.         Top = 4
  154.         Width = 33
  155.         Height = 13
  156.         Caption = 'Aliases'
  157.         FocusControl = gAls
  158.       end
  159.       object gAls: TAdvGrid
  160.         Left = 8
  161.         Top = 20
  162.         Width = 405
  163.         Height = 249
  164.         FixedFont.Charset = DEFAULT_CHARSET
  165.         FixedFont.Color = clWindowText
  166.         FixedFont.Height = -11
  167.         FixedFont.Name = 'MS Sans Serif'
  168.         FixedFont.Style = []
  169.         ColCount = 4
  170.         DefaultRowHeight = 18
  171.         RowCount = 2
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clBlack
  174.         Font.Height = -12
  175.         Font.Name = 'Fixedsys'
  176.         Font.Style = []
  177.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  178.         ParentFont = False
  179.         PopupMenu = gAls.
  180.         TabOrder = 0
  181.         ColWidths = (
  182.           31
  183.           72
  184.           214
  185.           64)
  186.       end
  187.     end
  188.   end
  189. end
  190.